In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / DrawLine Method

DrawLine Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function DrawLine( _

   ByVal ImageID As Integer, _

   ByVal SrcLeft As Single, _

   ByVal SrcTop As Single, _

   ByVal DstLeft As Single, _

   ByVal DstTop As Single, _

   ByVal PenWidth As Single, _

   ByVal PenColor As Integer, _

   ByVal AntiAlias As Boolean _

) As GdPictureStatus
public GdPictureStatus DrawLine( 

   int ImageID,

   float SrcLeft,

   float SrcTop,

   float DstLeft,

   float DstTop,

   float PenWidth,

   int PenColor,

   bool AntiAlias

)
public function DrawLine( 

    ImageID: Integer;

    SrcLeft: Single;

    SrcTop: Single;

    DstLeft: Single;

    DstTop: Single;

    PenWidth: Single;

    PenColor: Integer;

    AntiAlias: Boolean

): GdPictureStatus; 
public function DrawLine( 

   ImageID : int,

   SrcLeft : float,

   SrcTop : float,

   DstLeft : float,

   DstTop : float,

   PenWidth : float,

   PenColor : int,

   AntiAlias : boolean

) : GdPictureStatus;
public: GdPictureStatus DrawLine( 

   int ImageID,

   float SrcLeft,

   float SrcTop,

   float DstLeft,

   float DstTop,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 
public:

GdPictureStatus DrawLine( 

   int ImageID,

   float SrcLeft,

   float SrcTop,

   float DstLeft,

   float DstTop,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 

Parameters

ImageID
SrcLeft
SrcTop
DstLeft
DstTop
PenWidth
PenColor
AntiAlias
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members